home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
BEGINNER
/
TARZ
/
!tarZ
/
tarzold
< prev
next >
Wrap
Text File
|
1999-04-24
|
504b
|
20 lines
BEGIN {
system("unset tarZold$flag");
command="count <tarZ$use> ~CR~V";
command | getline;
while ($2!=files)
{
if (substr($2,length($2)-length("_files")+1)=="_files")
{
system("set tarZold$flag true");
break;
}
if (substr($2,length($2)-length("files")+1)=="files")
{
system("set tarZold$flag false");
break;
}
command | getline;
}
}